home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / lock / scripts / DefineButton2_62 / BUTTONCONDACTION on(release, keyPress Enter).as
Encoding:
Text File  |  2002-03-20  |  97 b   |  5 lines

  1. on(release, keyPress "<Enter>"){
  2.    set("_level0/data:password","");
  3.    gotoAndStop(back);
  4. }
  5.